home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / GENIUS15.ARJ / SCRIPT1.GSL < prev    next >
INI File  |  1991-06-26  |  236b  |  18 lines

  1. [top]
  2. cls
  3. output "HALT!  Who goes there?
  4. write "Name:
  5. readline vars1
  6. write "Password:
  7. readline vars2 /*
  8. vars3=^1,^2
  9. output "Checking...
  10. ifin vars3,pass
  11. goto yup
  12. output "INTRUDER!
  13. hangup
  14. goto top
  15. [yup]
  16. output "Welcome!
  17.  
  18.